
The Invert Helper operator takes a given boolean input
value and reverses it. A True input condition is sent out as a False output,
and vice versa.
On - (Bool) This input data
stream reads in a boolean (True = 1, False = 0) value and passes it directly
to the output data stream for reversal.
On - (Bool) This output
data stream sends out the inverse boolean information provided within
the On input data stream, so that a True condition piped into the Invert
operator will send a False condition through the output data stream and
vice versa.
No Rollout Menu.